typesdigital commited on
Commit
e89d475
·
verified ·
1 Parent(s): 6865dd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -28
README.md CHANGED
@@ -1,28 +0,0 @@
1
- # AITrendPulse
2
-
3
- AITrendPulse is a SaaS platform designed to help AI students stay informed about the latest trends, research, and updates in the field of artificial intelligence.
4
-
5
- ## Features
6
-
7
- - User registration and login
8
- - Trend aggregation and management
9
- - User preferences
10
-
11
- ## Setup
12
-
13
- 1. Clone this repository
14
- 2. Install dependencies: `pip install -r requirements.txt`
15
- 3. Set up a MongoDB database and update the `MONGO_URI` in `app.py`
16
- 4. Run the application: `python app.py`
17
-
18
- ## Deployment on Hugging Face Spaces
19
-
20
- 1. Create a new Space on Hugging Face
21
- 2. Choose "Gradio" as the SDK
22
- 3. Upload all the files in this repository to your Space
23
- 4. Set the environment variable `MONGO_URI` in your Space's settings
24
- 5. The app should now be running on your Hugging Face Space!
25
-
26
- ## Contributing
27
-
28
- Contributions are welcome! Please feel free to submit a Pull Request.