Erfan11 commited on
Commit
535dfd0
1 Parent(s): 4e1bd30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -21
README.md CHANGED
@@ -1,24 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- title: My ai
4
- sdk: streamlit
5
- emoji: 🐢
6
- colorFrom: yellow
7
- colorTo: purple
8
- pinned: true
9
- ---
10
- # Project Title
11
 
12
- ## Description
13
- A brief description of your project.
14
 
15
- ## Installation
16
- 1. Clone the repository.
17
- 2. Install dependencies: `pip install -r requirements.txt`
18
 
19
- ## Usage
20
- 1. Set up environment variables in `.env`.
21
- 2. Run the main script: `python main.py`
22
-
23
- ## License
24
- Specify the license for your project.
 
1
+ # Text Generation API
 
 
 
 
 
 
 
 
 
2
 
3
+ This project provides a text generation API using the `Erfan11/Neuracraft` model.
 
4
 
5
+ ## Setup
 
 
6
 
7
+ 1. Install dependencies:
8
+ ```bash
9
+ pip install -r requirements.txt